Add to sendmail.el a new command mail-add-attachment.
authorEli Zaretskii <eliz@gnu.org>
Sat, 10 Sep 2011 08:26:12 +0000 (11:26 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 10 Sep 2011 08:26:12 +0000 (11:26 +0300)
commitdf8bc88665390d6b329b5175e435ea27545b8171
tree280347732c5bdd5d0c513769009f438c916f0627
parentdcf374498ff4a78b2455a46b0f37c11a4888ff22
parentaa145c4e3410ddc8e095ec45cca3624d7ea6e690
Add to sendmail.el a new command mail-add-attachment.

 etc/NEWS: Document the new command and the alias for mail-insert-file.
 lisp/mail/sendmail.el (mml-to-mime, mml-attach-file)
 (mm-default-file-encoding): Remove autoload forms, they are
 replaced with autoload cookies in mml.el and mm-encode.el.
 (mail-add-attachment): New command.
 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
 (mail-mode): Mention mail-insert-file and mail-add-attachment in
 the doc string.
 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
 lisp/gnus/mm-encode.el (mm-default-file-encoding): Add autoload cookie.
 lisp/gnus/mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
 doc/emacs/sending.texi (Mail Misc): Document mail-add-attachment.
doc/emacs/ChangeLog
doc/emacs/sending.texi
etc/NEWS
lisp/ChangeLog
lisp/gnus/ChangeLog
lisp/gnus/mm-encode.el
lisp/gnus/mml.el
lisp/mail/sendmail.el